IdeaBlade DevForce 2010 Help Reference
GetHashCode(T) Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > DynamicComparer<T,TResult> Class > GetHashCode Method : GetHashCode(T) Method



obj

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetHashCode( _
   ByVal obj As T _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DynamicComparer(Of T,TResult)
Dim obj As T
Dim value As Integer
 
value = instance.GetHashCode(obj)
C# 
public int GetHashCode( 
   T obj
)
C++/CLI 
public:
int GetHashCode( 
   T^ obj
) 

Parameters

obj

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.